Make description of step more accurate#1108
Merged
lucascosti merged 6 commits intogithub:mainfrom Nov 16, 2020
Merged
Conversation
nschonni
reviewed
Nov 6, 2020
…tions.md Co-authored-by: Nick Schonning <nschonni@gmail.com>
Contributor
|
Thanks so much for opening a PR @Deborah-Digges! I'll get this triaged for review 🎉 |
Contributor
|
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
Member
Author
|
Commenting to prevent the stale action from closing this |
lucascosti
approved these changes
Nov 16, 2020
Contributor
lucascosti
left a comment
There was a problem hiding this comment.
Thanks so much for these improvements, @Deborah-Digges! 🙇♂️
I'll make a few tiny edits and get this merged in 🚀
| #### Runners | ||
|
|
||
| A runner is a server that has the {% data variables.product.prodname_actions %} runner application installed. You can use a runner hosted by {% data variables.product.prodname_dotcom %}, or you can host your own. A runner listens for available jobs, runs one job at a time, and reports the progress, logs, and results back to {% data variables.product.prodname_dotcom %}. For {% data variables.product.prodname_dotcom %}-hosted runners, each job in a workflow runs in a fresh virtual environment. | ||
| A runner is a server that has the [{% data variables.product.prodname_actions %} runner application](https://github.com/actions/runner) installed. You can use a runner hosted by {% data variables.product.prodname_dotcom %}, or you can host your own. A runner listens for available jobs, runs one job at a time, and reports the progress, logs, and results back to {% data variables.product.prodname_dotcom %}. For {% data variables.product.prodname_dotcom %}-hosted runners, each job in a workflow runs in a fresh virtual environment. |
Contributor
There was a problem hiding this comment.
Thanks for adding the link here! 👍
Contributor
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
jnidzwetzki
pushed a commit
to jnidzwetzki/docs
that referenced
this pull request
Oct 6, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why:
While learning about GitHub actions, I found it difficult to visualize the hierarchy of the various components.
Workflows -> Jobs -> Steps -> Commands (Actions or bash commands)I find it important to mention early on that the leaf nodes of these workflow don't have to be actions, but could also be a bash command.
What's being changed:
stepmore accurate.Check off the following: